@charset "UTF-8";
/*******/
html,
body {
  -ms-overflow-style: scrollbar;
}

html {
  font-size: 20px;
}
@media screen and (max-width: 1800px) and (min-width: 1661px) {
  html {
    font-size: 19px;
  }
}
@media screen and (max-width: 1660px) and (min-width: 1441px) {
  html {
    font-size: 18px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 1241px) {
  html {
    font-size: 17px;
  }
}
@media screen and (max-width: 1240px) and (min-width: 992px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 450.1px) and (max-width: 991.98px) {
  html {
    font-size: 60px;
  }
}
@media screen and (max-width: 450px) {
  html {
    font-size: 13.3333333vw;
  }
}

body {
  width: 100%;
  font-size: 1em;
  line-height: 1;
  background: #fff;
  color: #333;
  font-family: "微软雅黑", "Microsoft YaHei";
  position: relative;
  white-space: normal;
  word-wrap: break-word;
}
@media screen and (max-width: 991.98px) {
  body {
    font-size: 16px;
    font-family: "华文细黑", "Microsoft YaHei";
  }
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: none;
}

::-webkit-scrollbar-thumb {
  background: rgba(34, 37, 56, 0.5);
}

div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
select,
textarea,
label,
dl,
dt,
dd,
ul,
li {
  margin: 0;
  padding: 0;
  font-family: inherit;
  outline: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  font-size: 1em;
  line-height: inherit;
  resize: none;
}
div:focus, div:active,
span:focus,
span:active,
h1:focus,
h1:active,
h2:focus,
h2:active,
h3:focus,
h3:active,
h4:focus,
h4:active,
h5:focus,
h5:active,
h6:focus,
h6:active,
p:focus,
p:active,
input:focus,
input:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
label:focus,
label:active,
dl:focus,
dl:active,
dt:focus,
dt:active,
dd:focus,
dd:active,
ul:focus,
ul:active,
li:focus,
li:active {
  outline: none;
  box-shadow: none;
}

div:focus,
span:focus,
i:focus {
  outline: none;
}

input[type='radio'],
input[type='checkbox'],
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  box-shadow: none;
}
input[type='radio']:focus, input[type='radio']:active,
input[type='checkbox']:focus,
input[type='checkbox']:active,
textarea:focus,
textarea:active {
  outline: none;
  box-shadow: none;
}

input[type="text"]:focus, input[type="text"]:active {
  outline: none;
  box-shadow: none;
}

button {
  appearance: none;
  -webkit-appearance: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
  outline: none;
  border: none;
  background: transparent;
}
button:focus {
  outline: none;
}

a {
  color: inherit;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
a:focus, a:active {
  color: inherit;
  text-decoration: none;
  outline: none;
}
a.btn-white {
  display: block;
  position: relative;
  color: #222;
  background: transparent;
  overflow: hidden;
  border: solid 1px #222;
  text-align: center;
}
a.btn-white:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -101%;
  background: #222;
  transition: left .4s ease-out;
  z-index: 1;
}
a.btn-white span {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  a.btn-white:hover {
    color: #fff !important;
    border-color: #222 !important;
  }
  a.btn-white:hover:before {
    left: 0;
  }
}
a.btn-bwhite {
  display: block;
  position: relative;
  background: transparent;
  overflow: hidden;
  border: solid 1px #fff;
  text-align: center;
}
a.btn-bwhite:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -101%;
  background: #fff;
  transition: left .4s ease-out;
  z-index: 1;
}
a.btn-bwhite span {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  a.btn-bwhite:hover {
    color: #222 !important;
    border-color: #fff !important;
  }
  a.btn-bwhite:hover:before {
    left: 0;
  }
}
a.btn-black {
  display: block;
  position: relative;
  color: #fff;
  background: #222;
  overflow: hidden;
  border: solid 1px #222;
  text-align: center;
}
a.btn-black:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -101%;
  background: #fff;
  transition: left .4s ease-out;
  z-index: 1;
}
a.btn-black span {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  a.btn-black:hover {
    color: #222 !important;
  }
  a.btn-black:hover:before {
    left: 0;
  }
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  vertical-align: middle;
}

table {
  border: solid 1px #e3e3e3;
  border-collapse: collapse;
}

th,
td {
  font-weight: normal;
  padding: 5px;
  border: solid 1px #e3e3e3;
  word-break: break-all;
}

.wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.row {
  margin: 0 auto;
  position: relative;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.row:before, .row:after {
  display: none;
}

.lg-inner {
  width: 95%;
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 5;
}
.lg-inner:before, .lg-inner:after {
  content: '';
  display: table;
  clear: both;
}

.global-inner {
  width: 87.5%;
  max-width: 1475px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 5;
}
.global-inner:before, .global-inner:after {
  content: '';
  display: table;
  clear: both;
}

@media (max-width: 991.98px) {
  .lg-inner,
  .global-inner,
  .sm-inner {
    width: 100% !important;
    max-width: 100%;
    padding: 0 0.3rem;
    margin: 0 auto;
  }
}
.table-cell {
  display: table-cell;
  vertical-align: top;
}

.en {
  font-family: "Arial";
  font-style: normal;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.swiper-pagination-bullet {
  opacity: 1;
}

.fa {
  display: inline-block;
  line-height: inherit;
  font-size: 1em;
  vertical-align: middle;
  font-style: normal;
}

.inline-block {
  display: inline-block;
  vertical-align: top;
}

.padding-0 {
  padding: 0 !important;
}

.padding-top-0 {
  padding-top: 0 !important;
}

@media (min-width: 1600px) {
  .hidden-xxl-up {
    display: none !important;
  }

  .col-xxl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xxl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xxl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 1599.98px) {
  .hidden-xxl-down {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .hidden-lg-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .visible-sm-down {
    display: none !important;
  }

  .hidden-sm-up {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .hidden-xs-up {
    display: none !important;
  }
}
@media (max-width: 575.98px) {
  .hidden-xs-down {
    display: none !important;
  }
}
/***** 滚动条 *****/
.mCSB_inside > .mCSB_container {
  margin: 0;
}

.mCSB_scrollTools {
  width: 4px;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  border-radius: 0;
  background: transparent;
  transition: all 1.5s easeInOut;
  -webkit-transition: all 1.5s easeInOut;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  border-radius: 4px;
  background: #adadad;
}

/**** modal ***/
.modal-backdrop {
  display: none !important;
}

#modalDiv {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  overflow-y: scroll;
  z-index: -1;
}

.modal {
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  position: fixed !important;
  background: rgba(0, 0, 0, 0.7);
}
.modal .modal-dialog {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  pointer-events: auto;
}
.modal .modal-content {
  display: block;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: none;
  background: transparent;
  box-shadow: none;
}
.modal .modal-header,
.modal .modal-body,
.modal .modal-footer {
  border: none;
  padding: 0;
  display: block;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.modal-close {
  width: 42px;
  height: 42px;
  display: block;
  border-radius: 0;
  position: absolute;
  top: -80px;
  right: 0;
  margin: 0;
  cursor: pointer;
  background: url("/Img/images/close2.png") no-repeat center center;
  background-size: 22px;
  z-index: 1030;
}

/**** animate ***/
.animated {
  animation-delay: .1s;
}

@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
    -webkit-transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
  }
}
@-webkit-keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
  }
}
@keyframes fadeInUp3 {
  0% {
    opacity: 0;
    transform: translate3d(0, 300px, 0);
    -webkit-transform: translate3d(0, 300px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
  }
}
@-webkit-keyframes fadeInUp3 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 300px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
.fadeInUp2 {
  animation: fadeInUp2 1s cubic-bezier(0.4, 0, 0.2, 1) both;
  -webkit-animation: fadeInUp2 1s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.fadeInUp3 {
  animation: fadeInUp3 1s cubic-bezier(0.4, 0, 0.2, 1) both;
  -webkit-animation: fadeInUp3 1s cubic-bezier(0.4, 0, 0.2, 1) both;
}

/**** video ***/
.video-box {
  position: relative;
}
.video-box .adjust {
  width: 100%;
  max-width: 100%;
  display: block;
}

.video-js {
  width: 100% !important;
  height: 100% !important;
  display: block;
  overflow: hidden;
  background-color: #000;
  /* position: absolute !important; */
  left: 0;
  top: 0;
  z-index: 20;
}
.video-js:hover .vjs-big-play-button {
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.video-js .vjs-big-play-button {
  width: 72px;
  height: 72px;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  border: none;
  border-radius: 100%;
  z-index: 50;
  opacity: .5;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder {
  width: 44px;
  height: 44px;
  display: block;
  background: url("/Img/images/video-play.png") no-repeat center center transparent;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  border: none;
  z-index: 50;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  display: none;
}
.video-js .vjs-poster {
  background-size: cover;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.video-js .vjs-subs-caps-button {
  display: none !important;
}
@media (max-width: 1199.98px) {
  .video-js .vjs-big-play-button {
    width: 0.6rem;
    height: 0.6rem;
  }
}

.modal-video video {
  object-fit: fill;
}
@media screen and (max-width: 991.98px) {
  .modal-video video {
    object-fit: contain;
  }
}

/*** 头部 ***/
.header {
  width: 100%;
  position: relative;
  z-index: 100;
}

.head-web {
  width: 100%;
  height: 104px;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  background: #fff;
  position: relative;
  line-height: 104px;
  padding: 0 230px 0 4vw;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.head-web .head-lf {
  float: left;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.head-web .head-logo {
  float: left;
  padding-right: 22px;
  position: relative;
  margin-right: 20px;
}
.head-web .head-logo:after {
  content: '';
  display: block;
  width: 1px;
  height: 40px;
  background: #08c3e8;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.head-web .head-logo img {
  width: 40px;
  display: block;
}
.head-web .head-gjxx {
  font-size: 14px;
  line-height: 20px;
}
.head-web .head-gjxx .tit {
  margin-bottom: 5px;
}
.head-web .head-gjxx .gj {
  overflow: hidden;
}
.head-web .head-gjxx .num1 {
  font-weight: bold;
  font-size: 20px;
  margin-right: 10px;
}
.head-web .head-gjxx .num1 img {
  width: 11px;
  margin: -3px 0 0 6px;
}
.head-web .head-tool {
  width: 230px;
  height: 100%;
  display: block;
  position: relative;
  background: url("/images/head-bg.jpg") no-repeat center center;
  background-size: cover;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
}
.head-web .head-tool .item {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin: 0 15px;
}
.head-web .head-tool img {
  width: 24px;
  margin: -3px 0 0 0;
}
.head-web .head-tool .store img {
  margin: -3px 10px 0 0;
}
.head-web .btn-sch_open {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  background: url("/images/icon-sch.png") no-repeat center center;
  background-size: contain;
  cursor: pointer;
}

.head-navlist {
  width: 69%;
  max-width: 1070px;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  position: relative;
  float: right;
  margin-right: 3.4vw;
  font-size: 16px;
  line-height: 24px;

}
.head-navlist > li {
  position: relative;
}
.head-navlist > li:hover .navlv1 a {
background-image: linear-gradient(to right, #282edb , #08c8e8);
  color:#fff;
  text-shadow: 2px 0px 2px rgba(23,24,24,.29)
/*  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transform: translateY(0);
  -webkit-transform: translateY(0);*/
}
.head-navlist > li:hover .navlv1:after {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
.head-navlist > li.current .navlv1 a {
  color: #005ca2;
  text-shadow: 2px 0px 2px rgba(23,24,24,.29)
}

.head-navlist .navlv1 {
  padding: 33px 0;
  display: block;
  position: relative;
/*  font-size: 18px;*/
}
.head-navlist .navlv1 a {
  display: block;
  padding:10px 28px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.head-navlist .subnav a:hover{
  background-image: linear-gradient(to right, #282edb , #08c8e8);
            -webkit-background-clip:text;
            color: transparent;
}
.head-navlist .navlv1:after {
  content: '';
  display: none;
  width: 44px;
  height: 26px;
  background: url("/images/nav-1.png") no-repeat center top;
  background-size: contain;
  position: absolute;
  left: -38px;
  bottom: 0;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
}
.head-navlist .subnav {
  display: none;
  background: #fff;
  padding: 14px 32px 15px;
  min-width: 190px;
  border-top: solid 1px #4a759e;
  position: absolute;
  left: 0;
  top: 100%;
  font-size: 1em;
  line-height: 42px;
  white-space: nowrap;
  color: #666;
}
.head-navlist .subnav a {
  display: block;
}

.head-app {
  width: 100%;
  height: 1.2rem;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 200;
  line-height: 1.02rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.head-app .head-logo {
  height: 100%;
  position: relative;
  float: left;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.head-app .head-logo img {
  height: .78rem;
  display: block;
}
.head-app .head-tool {
  height: 100%;
  position: relative;
  float: right;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.head-app .head-tool .item {
  float: left;
  font-size: .25rem;
  line-height: .35rem;
  margin: 0 0.14rem;
  position: relative;
}
.head-app .head-tool .item:after {
  content: '';
  display: block;
  width: 1px;
  height: 0.32rem;
  background: #e0e0e0;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translate(0.14rem, -50%);
  -webkit-transform: translate(0.14rem, -50%);
}
.head-app .head-tool .item.go-en:after {
  display: none;
}
.head-app .head-tool .store img {
  width: 0.35rem;
  margin: -3px 0.14rem 0 0;
}
.head-app .head-tool .btn-sch_open {
  width: 0.4rem;
  height: 0.78rem;
  background: url("/images/icon-sch2.png") no-repeat center center;
  background-size: 0.34rem;
}

.head-menu {
  width: 0.88rem;
  height: 0.78rem;
  display: block;
  float: left;
  position: relative;
  margin-left: 5px;
}
.head-menu a {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
.head-menu .btn-nav_open {
  background: url("/images/head-menu.png") no-repeat center center;
  background-size: cover;
}
.head-menu .btn-nav_close {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 50;
}

.modal-schbox {
  overflow: visible !important;
  top: 1.2rem !important;
}
.modal-schbox .modal-dialog {
  overflow: visible;
}
.modal-schbox .modal-close {
  width: 0.45rem;
  height: 0.45rem;
  right: .3rem;
  top: 100%;
  margin-top: .3rem;
  cursor: pointer;
  border: solid 1px #fff;
  border-radius: 100%;
  background: url("/images/icon-close.png") no-repeat center center;
  background-size: 47%;
}
.modal-schbox .modal-content {
  width: 100%;
  position: relative;
  margin: 0 auto;
  overflow: visible;
}
.modal-schbox .schbox {
  width: 100%;
  position: relative;
  background-color: #fff;
  border-top: solid 1px #4e6784;
  padding: 0.15rem 0.3rem 0.15rem 0.82rem;
}
.modal-schbox .inpt {
  width: 100%;
  height: .6rem;
  display: block;
  border: none;
  background-color: #fff;
  font-size: .28rem;
  line-height: .6rem;
  color: #333;
  padding: 0;
}
.modal-schbox .btn-sch {
  width: 0.52rem;
  height: 100%;
  display: block;
  text-align: center;
  background: url("/images/icon-sch3.png") no-repeat left center;
  background-size: .3rem;
  position: absolute;
  left: 0.3rem;
  top: 0;
  z-index: 20;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .modal-schbox {
    width: auto;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    left: auto !important;
    bottom: auto !important;
    background: transparent;
    padding: 0 !important;
  }
  .modal-schbox .modal-content {
    height: 104px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    align-items: center;
    -webkit-align-items: center;
    background: url("/images/head-bg.jpg") no-repeat center center;
    background-size: cover;
    padding: 0 2.63vw 0 30px;
  }
  .modal-schbox .modal-close {
    right: 2.63vw;
    margin-top: 10px;
    width: 40px;
    height: 40px;
    border: 1px solid #005ca2;
    background-color: #005ca2;
    border-radius: 50%;
    background-size: 20px;
  }
  .modal-schbox .schbox {
    background: transparent;
    position: relative;
    padding-right: 50px;
    border: none;
  }
  .modal-schbox .inpt {
    height: 48px;
    font-size: 16px;
    line-height: 28px;
    padding: 10px 30px;
    border: none;
    width: 530px;
    background: #fff;
  }
  .modal-schbox .btn-sch {
    width: 30px;
    background-image: url("/images/icon-sch.png");
    background-size: 22px;
    border: none;
    right: 0;
    left: auto;
    cursor: pointer;
  }
  .modal-schbox.fade .modal-dialog {
    transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0);
  }
  .modal-schbox.in .modal-dialog {
    transform: none;
    -webkit-transform: none;
  }
}

.modal-navbox {
  background-color: #fff;
}
.modal-navbox .modal-dialog {
  width: 100%;
  padding: 1.2rem 0.3rem 1.24rem;
  transform: translate(none) !important;
  -webkit-transform: translate(none) !important;
}

.modal-navlist {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.modal-navlist > li.active .navlv1 .handle span:after {
  display: none;
}
.modal-navlist a {
  display: inline-block;
  vertical-align: top;
  min-width: 50%;
}
.modal-navlist .navlv1 {
  width: 100%;
  height: 0.88rem;
  overflow: hidden;
  position: relative;
  font-size: 0.32rem;
  line-height: 0.88rem;
  border-bottom: solid 1px #1f5bde;
  color: #333;
}
.modal-navlist .handle {
  width: 30%;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
}
.modal-navlist .handle span {
  width: 0.2rem;
  height: 0.2rem;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.modal-navlist .handle span:before {
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  display: block;
  background: #666;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
}
.modal-navlist .handle span:after {
  content: '';
  display: block;
  width: 2px;
  height: 100%;
  display: block;
  background: #666;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -1px;
}
.modal-navlist .navlv2 {
  width: 100%;
  position: relative;
}
.modal-navlist .subnav {
  width: 100%;
  display: none;
  overflow: hidden;
  position: relative;
  padding: 0.14rem 0 0.24rem 0.3rem;
  font-size: 0.28rem;
  line-height: 0.58rem;
  color: #666;
}
.modal-navlist .subnav li {
  width: 100%;
  overflow: hidden;
}
.modal-navlist .subnav li.active .navlv2 .handle span:after {
  display: none;
}

body.open-nav .header {
  height: 1.2rem;
}
body.open-nav .head-app {
  z-index: 2000;
  border-bottom: solid 1px #506785;
}
body.open-nav .btn-nav_close {
  display: block !important;
}

@media screen and (max-width: 1440px) {
  .head-web {
    padding: 0 180px 0 2vw;
  }
  .head-web .head-tool {
    width: 180px;
  }
  .head-web .head-tool .item {
    margin: 0 8px;
    font-size: 14px;
    line-height: 20px;
  }
  .head-web .head-tool .item img {
    width: 20px;
    margin-right: 5px;
  }
  .head-web .btn-sch_open {
    width: 20px;
    height: 20px;
  }
  .head-web .head-gjxx {
    font-size: 12px;
  }

  .head-navlist {
    margin-right: 20px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1080px) {
  .head-web .head-logo {
    padding: 0;
    margin: 0;
  }
  .head-web .head-logo:after {
    display: none;
  }
  .head-web .head-gjxx {
    display: none;
  }

  .head-navlist {
    width: 82%;
  }
}
@media screen and (max-width: 991.98px) {
  .header {
    height: 1.2rem;
  }
}
/*** main-box ***/
.main-box {
  width: 100%;
  min-height: 500px;
  position: relative;
  z-index: 10;
}

/**** footer ****/
.footer {
  width: 100%;
  position: relative;
  z-index: 20;
  background: url("/images/foot-bg.jpg") no-repeat center center;
  background-size: cover;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}
.footer a {
  color: inherit;
  display: inline-block;
  vertical-align: top;
}

.foot-topbox {
  width: 100%;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  padding: 44px 0 26px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.foot-navlist {
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  white-space: nowrap;
}
.foot-navlist dl {
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
}
.foot-navlist dt {
  font-size: 16px;
  margin-bottom: 15px;
}
.foot-navlist dd {
  padding: 4px 0;
}
.foot-navlist dd a {
  opacity: .7;
}

.foot-contact {
  width: 192px;
  flex: 0 0 192px;
  -ms-flex: 0 0 192px;
  -webkit-flex: 0 0 192px;
}
.foot-contact .company {
  font-size: 16px;
  margin-bottom: 20px;
}
.foot-contact .tel {
  font-size: 24px;
  opacity: .7;
  margin-bottom: 20px;
}

.foot-wx {
  width: 108px;
  text-align: center;
}
.foot-wx .imgs {
  width: 100%;
  padding: 6px;
  background: #fff;
  margin: 0 auto;
}
.foot-wx .imgs img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.foot-wx .tit1 {
  font-size: .26rem;
  line-height: .3rem;
  margin-bottom: .15rem;
}
.foot-wx .tit2 {
  margin-top: 6px;
  white-space: nowrap;
}

.foot-botbox {
  width: 100%;
  padding: 30px 0 40px;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.foot-botbox .fl, .foot-botbox .fr {
  float: none;
}

.foot-copy {
  float: left;
  margin-right: 8px;
}
.foot-copy img {
  width: 16px;
  margin: -3px 5px 0 0;
}
.foot-copy .en {
  margin-right: 4px;
}

.foot-beian {
  float: left;
}
.foot-beian .bei {
  margin-right: 4px;
}

.foot-link {
  width: 100%;
  overflow: hidden;
  margin-top: 4px;
}
.foot-link a {
  float: left;
}
.foot-link a:after {
  content: '|';
  margin: 0 14px;
}
.foot-link a:last-child:after {
  display: none;
}

.foot-support {
  width: 230px;
  flex: 0 0 230px;
  -webkit-flex: 0 0 230px;
  -ms-flex: 0 0 230px;
  float: right;
  overflow: hidden;
  text-align: right;
  white-space: nowrap;
}

.foot-support .title {
  float: left;
}

.foot-jszc_swip {
  width: 11em;
  height: 24px;
  overflow: hidden;
  position: relative;
  float: left;
}

@media screen and (min-width: 1000px) {
  .footer a[href]:hover {
    opacity: 1;
    color: #fff;
  }

  .foot-navlist dd:hover a {
    opacity: 1;
  }
}
@media screen and (max-width: 860px) {
  .foot-navlist {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .foot-navlist dl {
    flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
  }
  .foot-navlist dd {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .foot-topbox {
    width: 100vw;
    margin: 0 -0.3rem;
    padding: 0;
    display: block;
  }

  .foot-logo {
    width: 100%;
    padding: 0.3rem;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  }
  .foot-logo img {
    width: 3.6rem;
    display: block;
  }

  .foot-navlist {
    width: 100%;
    display: block;
    padding: 0.15rem 0.3rem;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
    overflow: hidden;
  }
  .foot-navlist dl {
    width: 44%;
    float: left;
  }
  .foot-navlist dt {
    font-size: 0.26rem;
    line-height: 0.56rem;
    font-weight: normal;
    margin: 0;
  }

  .foot-contact {
    width: 100%;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
    padding: 0.3rem;
  }

  .foot-wx {
    width: 100%;
  }
  .foot-wx .imgs {
    width: 1.9rem;
    padding: 0.12rem;
  }

  .foot-botbox {
    width: 100vw;
    margin: 0 -0.3rem;
    padding: 0.16rem 0.3rem;
    text-align: center;
    font-size: .24rem;
    line-height: .52rem;
    display: block;
  }

  .foot-copy {
    float: none;
    margin: 0;
    color: #fff;
  }

  .foot-beian {
    float: none;
    color: #fff;
    margin: 0;
  }

  .foot-link {
    margin: 0;
  }
  .foot-link a {
    float: none;
    display: inline-block;
    vertical-align: top;
  }

  .foot-support {
    float: none;
    width: 100%;
    white-space: nowrap;
    text-align: center;
  }
  .foot-support .title {
    float: none;
    display: inline-block;
    vertical-align: top;
  }

  .foot-jszc_swip {
    float: none;
    display: inline-block;
    vertical-align: top;
    height: .52rem;
  }
}
.foot-law a+a{
  margin-left:20px; 
}
@media(max-width: 1750px){
  .head-navlist .navlv1 a{
    padding: 10px 13px;
  }
}
@media(max-width: 1200px){
  .head-navlist .navlv1 a{
    padding: 10px 7px;
  }
}
/*# sourceMappingURL=module.css.map */
